Edit feature for calendars and events#113
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces support for updating calendars and events across Android, iOS, and Flutter, including updating Pigeon-generated files, native platform implementations, mock event stores, UI components, and unit tests. The code review identified critical compilation errors on both Android and iOS: the Android implementations of updateCalendar and updateEvent incorrectly use Result<Unit> instead of returning the updated Calendar and Event objects as expected by the Pigeon interface, and the iOS mock implementations in MockEasyEventStore similarly mismatch the EasyEventStoreProtocol return types. Additionally, the corresponding unit tests on Android must be updated to match these corrected signatures.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #113 +/- ##
============================================
- Coverage 90.12% 88.09% -2.04%
- Complexity 110 115 +5
============================================
Files 23 23
Lines 3910 4207 +297
Branches 100 112 +12
============================================
+ Hits 3524 3706 +182
- Misses 319 422 +103
- Partials 67 79 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
85197a7 to
8f37c18
Compare
|
/gemini all good? |
|
The implementation of the |
fc77849 to
1d7c23b
Compare
1d7c23b to
4bd1ec1
Compare
No description provided.